SixBit API Schema
SEOTitleType Simple Type
Description
The seo title of a shopify item.
Namespace (none)
Type
Restriction of xs:string
Diagram
SEOTitleType Simple Type
Overview
SEOTitleType Restriction of xs:string
The seo title of a shopify item.
Facets
MaxLength70
MinLength0
Source
<xs:simpleType name="SEOTitleType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The seo title of a shopify item.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="70" />
    <xs:minLength value="0" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.